home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / A95DEMO.DXR / 00098.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  224 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(11, 1)
  3.   set the castNum of sprite 11 to cast "mm hilite"
  4.   updateStage()
  5.   wait()
  6.   set the castNum of sprite 11 to cast "mm normal"
  7.   updateStage()
  8.   puppetSprite(11, 0)
  9.   go(the frame + 1)
  10. end
  11.